<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20j_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20j_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20j_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20j_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20j_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20j_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20j_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | J - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="43" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96452" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;382415&nbsp;ADRIELLY DE CASTRO FURTADO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="382415" type="hidden"></td>
            
            <td id="colunaNotaAluno_382415_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_154" id="ci_AlunoAvaliacao_382415_154" value="89895457" type="hidden">
                <input name="nr_Nota_382415_154" id="nr_Nota_382415_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_160" id="ci_AlunoAvaliacao_382415_160" value="89320375" type="hidden">
                <input name="nr_Nota_382415_160" id="nr_Nota_382415_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_530" id="ci_AlunoAvaliacao_382415_530" value="89918317" type="hidden">
                <input name="nr_Nota_382415_530" id="nr_Nota_382415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_780" id="ci_AlunoAvaliacao_382415_780" value="88781385" type="hidden">
                <input name="nr_Nota_382415_780" id="nr_Nota_382415_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_800" id="ci_AlunoAvaliacao_382415_800" value="89314021" type="hidden">
                <input name="nr_Nota_382415_800" id="nr_Nota_382415_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_890" id="ci_AlunoAvaliacao_382415_890" value="88784663" type="hidden">
                <input name="nr_Nota_382415_890" id="nr_Nota_382415_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_970" id="ci_AlunoAvaliacao_382415_970" value="88783140" type="hidden">
                <input name="nr_Nota_382415_970" id="nr_Nota_382415_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_3330" id="ci_AlunoAvaliacao_382415_3330" value="89900670" type="hidden">
                <input name="nr_Nota_382415_3330" id="nr_Nota_382415_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1130" id="ci_AlunoAvaliacao_382415_1130" value="89897058" type="hidden">
                <input name="nr_Nota_382415_1130" id="nr_Nota_382415_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1140" id="ci_AlunoAvaliacao_382415_1140" value="89899081" type="hidden">
                <input name="nr_Nota_382415_1140" id="nr_Nota_382415_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1200" id="ci_AlunoAvaliacao_382415_1200" value="89322820" type="hidden">
                <input name="nr_Nota_382415_1200" id="nr_Nota_382415_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1620" id="ci_AlunoAvaliacao_382415_1620" value="89324566" type="hidden">
                <input name="nr_Nota_382415_1620" id="nr_Nota_382415_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1730" id="ci_AlunoAvaliacao_382415_1730" value="89321798" type="hidden">
                <input name="nr_Nota_382415_1730" id="nr_Nota_382415_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1703721&nbsp;ADRIELLY RIBEIRO SOUSA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1703721" type="hidden"></td>
            
            <td id="colunaNotaAluno_1703721_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_154" id="ci_AlunoAvaliacao_1703721_154" value="89895458" type="hidden">
                <input name="nr_Nota_1703721_154" id="nr_Nota_1703721_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_160" id="ci_AlunoAvaliacao_1703721_160" value="89320376" type="hidden">
                <input name="nr_Nota_1703721_160" id="nr_Nota_1703721_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_530" id="ci_AlunoAvaliacao_1703721_530" value="89918318" type="hidden">
                <input name="nr_Nota_1703721_530" id="nr_Nota_1703721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_780" id="ci_AlunoAvaliacao_1703721_780" value="88781386" type="hidden">
                <input name="nr_Nota_1703721_780" id="nr_Nota_1703721_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_800" id="ci_AlunoAvaliacao_1703721_800" value="89314022" type="hidden">
                <input name="nr_Nota_1703721_800" id="nr_Nota_1703721_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_890" id="ci_AlunoAvaliacao_1703721_890" value="88784666" type="hidden">
                <input name="nr_Nota_1703721_890" id="nr_Nota_1703721_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_970" id="ci_AlunoAvaliacao_1703721_970" value="88783141" type="hidden">
                <input name="nr_Nota_1703721_970" id="nr_Nota_1703721_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_3330" id="ci_AlunoAvaliacao_1703721_3330" value="89900671" type="hidden">
                <input name="nr_Nota_1703721_3330" id="nr_Nota_1703721_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1130" id="ci_AlunoAvaliacao_1703721_1130" value="89897059" type="hidden">
                <input name="nr_Nota_1703721_1130" id="nr_Nota_1703721_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1140" id="ci_AlunoAvaliacao_1703721_1140" value="89899082" type="hidden">
                <input name="nr_Nota_1703721_1140" id="nr_Nota_1703721_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1200" id="ci_AlunoAvaliacao_1703721_1200" value="89322821" type="hidden">
                <input name="nr_Nota_1703721_1200" id="nr_Nota_1703721_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1620" id="ci_AlunoAvaliacao_1703721_1620" value="89324569" type="hidden">
                <input name="nr_Nota_1703721_1620" id="nr_Nota_1703721_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1730" id="ci_AlunoAvaliacao_1703721_1730" value="89321799" type="hidden">
                <input name="nr_Nota_1703721_1730" id="nr_Nota_1703721_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903430&nbsp;ALINE ALVES RODRIGUES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="903430" type="hidden"></td>
            
            <td id="colunaNotaAluno_903430_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_154" id="ci_AlunoAvaliacao_903430_154" value="89895459" type="hidden">
                <input name="nr_Nota_903430_154" id="nr_Nota_903430_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_160" id="ci_AlunoAvaliacao_903430_160" value="89320377" type="hidden">
                <input name="nr_Nota_903430_160" id="nr_Nota_903430_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_530" id="ci_AlunoAvaliacao_903430_530" value="89918319" type="hidden">
                <input name="nr_Nota_903430_530" id="nr_Nota_903430_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_780" id="ci_AlunoAvaliacao_903430_780" value="88781387" type="hidden">
                <input name="nr_Nota_903430_780" id="nr_Nota_903430_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_800" id="ci_AlunoAvaliacao_903430_800" value="89314023" type="hidden">
                <input name="nr_Nota_903430_800" id="nr_Nota_903430_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_890" id="ci_AlunoAvaliacao_903430_890" value="88784669" type="hidden">
                <input name="nr_Nota_903430_890" id="nr_Nota_903430_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_970" id="ci_AlunoAvaliacao_903430_970" value="88783142" type="hidden">
                <input name="nr_Nota_903430_970" id="nr_Nota_903430_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_3330" id="ci_AlunoAvaliacao_903430_3330" value="89900672" type="hidden">
                <input name="nr_Nota_903430_3330" id="nr_Nota_903430_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1130" id="ci_AlunoAvaliacao_903430_1130" value="89897060" type="hidden">
                <input name="nr_Nota_903430_1130" id="nr_Nota_903430_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1140" id="ci_AlunoAvaliacao_903430_1140" value="89899083" type="hidden">
                <input name="nr_Nota_903430_1140" id="nr_Nota_903430_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1200" id="ci_AlunoAvaliacao_903430_1200" value="89322822" type="hidden">
                <input name="nr_Nota_903430_1200" id="nr_Nota_903430_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1620" id="ci_AlunoAvaliacao_903430_1620" value="89324570" type="hidden">
                <input name="nr_Nota_903430_1620" id="nr_Nota_903430_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1730" id="ci_AlunoAvaliacao_903430_1730" value="89321800" type="hidden">
                <input name="nr_Nota_903430_1730" id="nr_Nota_903430_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;905467&nbsp;AMANDA CECILIA MENDONCA DE LACERDA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="905467" type="hidden"></td>
            
            <td id="colunaNotaAluno_905467_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_154" id="ci_AlunoAvaliacao_905467_154" value="89895460" type="hidden">
                <input name="nr_Nota_905467_154" id="nr_Nota_905467_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_160" id="ci_AlunoAvaliacao_905467_160" value="89320378" type="hidden">
                <input name="nr_Nota_905467_160" id="nr_Nota_905467_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_530" id="ci_AlunoAvaliacao_905467_530" value="89918320" type="hidden">
                <input name="nr_Nota_905467_530" id="nr_Nota_905467_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_780" id="ci_AlunoAvaliacao_905467_780" value="88781388" type="hidden">
                <input name="nr_Nota_905467_780" id="nr_Nota_905467_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_800" id="ci_AlunoAvaliacao_905467_800" value="89314024" type="hidden">
                <input name="nr_Nota_905467_800" id="nr_Nota_905467_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_890" id="ci_AlunoAvaliacao_905467_890" value="88784670" type="hidden">
                <input name="nr_Nota_905467_890" id="nr_Nota_905467_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_970" id="ci_AlunoAvaliacao_905467_970" value="88783143" type="hidden">
                <input name="nr_Nota_905467_970" id="nr_Nota_905467_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_3330" id="ci_AlunoAvaliacao_905467_3330" value="89900673" type="hidden">
                <input name="nr_Nota_905467_3330" id="nr_Nota_905467_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1130" id="ci_AlunoAvaliacao_905467_1130" value="89897061" type="hidden">
                <input name="nr_Nota_905467_1130" id="nr_Nota_905467_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1140" id="ci_AlunoAvaliacao_905467_1140" value="89899084" type="hidden">
                <input name="nr_Nota_905467_1140" id="nr_Nota_905467_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1200" id="ci_AlunoAvaliacao_905467_1200" value="89322823" type="hidden">
                <input name="nr_Nota_905467_1200" id="nr_Nota_905467_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1620" id="ci_AlunoAvaliacao_905467_1620" value="89324571" type="hidden">
                <input name="nr_Nota_905467_1620" id="nr_Nota_905467_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1730" id="ci_AlunoAvaliacao_905467_1730" value="89321801" type="hidden">
                <input name="nr_Nota_905467_1730" id="nr_Nota_905467_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903720&nbsp;ANA KARLA DE ARAUJO BARBOSA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="903720" type="hidden"></td>
            
            <td id="colunaNotaAluno_903720_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_154" id="ci_AlunoAvaliacao_903720_154" value="89895461" type="hidden">
                <input name="nr_Nota_903720_154" id="nr_Nota_903720_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_160" id="ci_AlunoAvaliacao_903720_160" value="89320379" type="hidden">
                <input name="nr_Nota_903720_160" id="nr_Nota_903720_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_530" id="ci_AlunoAvaliacao_903720_530" value="89918321" type="hidden">
                <input name="nr_Nota_903720_530" id="nr_Nota_903720_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_780" id="ci_AlunoAvaliacao_903720_780" value="88781389" type="hidden">
                <input name="nr_Nota_903720_780" id="nr_Nota_903720_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_800" id="ci_AlunoAvaliacao_903720_800" value="89314025" type="hidden">
                <input name="nr_Nota_903720_800" id="nr_Nota_903720_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_890" id="ci_AlunoAvaliacao_903720_890" value="88784671" type="hidden">
                <input name="nr_Nota_903720_890" id="nr_Nota_903720_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_970" id="ci_AlunoAvaliacao_903720_970" value="88783144" type="hidden">
                <input name="nr_Nota_903720_970" id="nr_Nota_903720_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_3330" id="ci_AlunoAvaliacao_903720_3330" value="89900674" type="hidden">
                <input name="nr_Nota_903720_3330" id="nr_Nota_903720_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1130" id="ci_AlunoAvaliacao_903720_1130" value="89897062" type="hidden">
                <input name="nr_Nota_903720_1130" id="nr_Nota_903720_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1140" id="ci_AlunoAvaliacao_903720_1140" value="89899085" type="hidden">
                <input name="nr_Nota_903720_1140" id="nr_Nota_903720_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1200" id="ci_AlunoAvaliacao_903720_1200" value="89322824" type="hidden">
                <input name="nr_Nota_903720_1200" id="nr_Nota_903720_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1620" id="ci_AlunoAvaliacao_903720_1620" value="89324572" type="hidden">
                <input name="nr_Nota_903720_1620" id="nr_Nota_903720_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1730" id="ci_AlunoAvaliacao_903720_1730" value="89321802" type="hidden">
                <input name="nr_Nota_903720_1730" id="nr_Nota_903720_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2400228&nbsp;ANA PAULA BRITO PEREIRA ALVES
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="2400228" type="hidden"></td>
            
            <td id="colunaNotaAluno_2400228_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_154" id="ci_AlunoAvaliacao_2400228_154" value="89895462" type="hidden">
                <input name="nr_Nota_2400228_154" id="nr_Nota_2400228_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_160" id="ci_AlunoAvaliacao_2400228_160" value="89320380" type="hidden">
                <input name="nr_Nota_2400228_160" id="nr_Nota_2400228_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_530" id="ci_AlunoAvaliacao_2400228_530" value="89918322" type="hidden">
                <input name="nr_Nota_2400228_530" id="nr_Nota_2400228_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_780" id="ci_AlunoAvaliacao_2400228_780" value="88781390" type="hidden">
                <input name="nr_Nota_2400228_780" id="nr_Nota_2400228_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_800" id="ci_AlunoAvaliacao_2400228_800" value="89314026" type="hidden">
                <input name="nr_Nota_2400228_800" id="nr_Nota_2400228_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_890" id="ci_AlunoAvaliacao_2400228_890" value="88784672" type="hidden">
                <input name="nr_Nota_2400228_890" id="nr_Nota_2400228_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_970" id="ci_AlunoAvaliacao_2400228_970" value="88783145" type="hidden">
                <input name="nr_Nota_2400228_970" id="nr_Nota_2400228_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_3330" id="ci_AlunoAvaliacao_2400228_3330" value="89900675" type="hidden">
                <input name="nr_Nota_2400228_3330" id="nr_Nota_2400228_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1130" id="ci_AlunoAvaliacao_2400228_1130" value="89897063" type="hidden">
                <input name="nr_Nota_2400228_1130" id="nr_Nota_2400228_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1140" id="ci_AlunoAvaliacao_2400228_1140" value="89899086" type="hidden">
                <input name="nr_Nota_2400228_1140" id="nr_Nota_2400228_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1200" id="ci_AlunoAvaliacao_2400228_1200" value="89322825" type="hidden">
                <input name="nr_Nota_2400228_1200" id="nr_Nota_2400228_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1620" id="ci_AlunoAvaliacao_2400228_1620" value="89324573" type="hidden">
                <input name="nr_Nota_2400228_1620" id="nr_Nota_2400228_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1730" id="ci_AlunoAvaliacao_2400228_1730" value="89321803" type="hidden">
                <input name="nr_Nota_2400228_1730" id="nr_Nota_2400228_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1677517&nbsp;ANDRESSA COSTA PRAXEDES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1677517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1677517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_154" id="ci_AlunoAvaliacao_1677517_154" value="89895463" type="hidden">
                <input name="nr_Nota_1677517_154" id="nr_Nota_1677517_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_160" id="ci_AlunoAvaliacao_1677517_160" value="89320381" type="hidden">
                <input name="nr_Nota_1677517_160" id="nr_Nota_1677517_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_530" id="ci_AlunoAvaliacao_1677517_530" value="89918323" type="hidden">
                <input name="nr_Nota_1677517_530" id="nr_Nota_1677517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_780" id="ci_AlunoAvaliacao_1677517_780" value="88781391" type="hidden">
                <input name="nr_Nota_1677517_780" id="nr_Nota_1677517_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_800" id="ci_AlunoAvaliacao_1677517_800" value="89314027" type="hidden">
                <input name="nr_Nota_1677517_800" id="nr_Nota_1677517_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_890" id="ci_AlunoAvaliacao_1677517_890" value="88784673" type="hidden">
                <input name="nr_Nota_1677517_890" id="nr_Nota_1677517_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_970" id="ci_AlunoAvaliacao_1677517_970" value="88783146" type="hidden">
                <input name="nr_Nota_1677517_970" id="nr_Nota_1677517_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_3330" id="ci_AlunoAvaliacao_1677517_3330" value="89900676" type="hidden">
                <input name="nr_Nota_1677517_3330" id="nr_Nota_1677517_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1130" id="ci_AlunoAvaliacao_1677517_1130" value="89897064" type="hidden">
                <input name="nr_Nota_1677517_1130" id="nr_Nota_1677517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1140" id="ci_AlunoAvaliacao_1677517_1140" value="89899087" type="hidden">
                <input name="nr_Nota_1677517_1140" id="nr_Nota_1677517_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1200" id="ci_AlunoAvaliacao_1677517_1200" value="89322826" type="hidden">
                <input name="nr_Nota_1677517_1200" id="nr_Nota_1677517_1200" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1620" id="ci_AlunoAvaliacao_1677517_1620" value="89324574" type="hidden">
                <input name="nr_Nota_1677517_1620" id="nr_Nota_1677517_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1730" id="ci_AlunoAvaliacao_1677517_1730" value="89321804" type="hidden">
                <input name="nr_Nota_1677517_1730" id="nr_Nota_1677517_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;658007&nbsp;ANDREZA FEITOSA DOS SANTOS
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="658007" type="hidden"></td>
            
            <td id="colunaNotaAluno_658007_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_154" id="ci_AlunoAvaliacao_658007_154" value="89895464" type="hidden">
                <input name="nr_Nota_658007_154" id="nr_Nota_658007_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_160" id="ci_AlunoAvaliacao_658007_160" value="89320382" type="hidden">
                <input name="nr_Nota_658007_160" id="nr_Nota_658007_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_530" id="ci_AlunoAvaliacao_658007_530" value="89918324" type="hidden">
                <input name="nr_Nota_658007_530" id="nr_Nota_658007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_780" id="ci_AlunoAvaliacao_658007_780" value="88781392" type="hidden">
                <input name="nr_Nota_658007_780" id="nr_Nota_658007_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_800" id="ci_AlunoAvaliacao_658007_800" value="89314028" type="hidden">
                <input name="nr_Nota_658007_800" id="nr_Nota_658007_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_890" id="ci_AlunoAvaliacao_658007_890" value="88784674" type="hidden">
                <input name="nr_Nota_658007_890" id="nr_Nota_658007_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_970" id="ci_AlunoAvaliacao_658007_970" value="88783147" type="hidden">
                <input name="nr_Nota_658007_970" id="nr_Nota_658007_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_3330" id="ci_AlunoAvaliacao_658007_3330" value="89900677" type="hidden">
                <input name="nr_Nota_658007_3330" id="nr_Nota_658007_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1130" id="ci_AlunoAvaliacao_658007_1130" value="89897065" type="hidden">
                <input name="nr_Nota_658007_1130" id="nr_Nota_658007_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1140" id="ci_AlunoAvaliacao_658007_1140" value="89899088" type="hidden">
                <input name="nr_Nota_658007_1140" id="nr_Nota_658007_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1200" id="ci_AlunoAvaliacao_658007_1200" value="89322827" type="hidden">
                <input name="nr_Nota_658007_1200" id="nr_Nota_658007_1200" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1620" id="ci_AlunoAvaliacao_658007_1620" value="89324575" type="hidden">
                <input name="nr_Nota_658007_1620" id="nr_Nota_658007_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1730" id="ci_AlunoAvaliacao_658007_1730" value="89321805" type="hidden">
                <input name="nr_Nota_658007_1730" id="nr_Nota_658007_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;451012&nbsp;ANTONIA ANDRESSA SORAYA NASCIMENTO SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="451012" type="hidden"></td>
            
            <td id="colunaNotaAluno_451012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_154" id="ci_AlunoAvaliacao_451012_154" value="89895465" type="hidden">
                <input name="nr_Nota_451012_154" id="nr_Nota_451012_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_160" id="ci_AlunoAvaliacao_451012_160" value="89320383" type="hidden">
                <input name="nr_Nota_451012_160" id="nr_Nota_451012_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_530" id="ci_AlunoAvaliacao_451012_530" value="89918325" type="hidden">
                <input name="nr_Nota_451012_530" id="nr_Nota_451012_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_780" id="ci_AlunoAvaliacao_451012_780" value="88781393" type="hidden">
                <input name="nr_Nota_451012_780" id="nr_Nota_451012_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_800" id="ci_AlunoAvaliacao_451012_800" value="89314029" type="hidden">
                <input name="nr_Nota_451012_800" id="nr_Nota_451012_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_890" id="ci_AlunoAvaliacao_451012_890" value="88784675" type="hidden">
                <input name="nr_Nota_451012_890" id="nr_Nota_451012_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_970" id="ci_AlunoAvaliacao_451012_970" value="88783148" type="hidden">
                <input name="nr_Nota_451012_970" id="nr_Nota_451012_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_3330" id="ci_AlunoAvaliacao_451012_3330" value="89900678" type="hidden">
                <input name="nr_Nota_451012_3330" id="nr_Nota_451012_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1130" id="ci_AlunoAvaliacao_451012_1130" value="89897066" type="hidden">
                <input name="nr_Nota_451012_1130" id="nr_Nota_451012_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1140" id="ci_AlunoAvaliacao_451012_1140" value="89899089" type="hidden">
                <input name="nr_Nota_451012_1140" id="nr_Nota_451012_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1200" id="ci_AlunoAvaliacao_451012_1200" value="89322828" type="hidden">
                <input name="nr_Nota_451012_1200" id="nr_Nota_451012_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1620" id="ci_AlunoAvaliacao_451012_1620" value="89324576" type="hidden">
                <input name="nr_Nota_451012_1620" id="nr_Nota_451012_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1730" id="ci_AlunoAvaliacao_451012_1730" value="89321806" type="hidden">
                <input name="nr_Nota_451012_1730" id="nr_Nota_451012_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1479957&nbsp;ANTONIA INGRID RAYALE LIMA ROCHA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1479957" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479957_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_154" id="ci_AlunoAvaliacao_1479957_154" value="89895466" type="hidden">
                <input name="nr_Nota_1479957_154" id="nr_Nota_1479957_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_160" id="ci_AlunoAvaliacao_1479957_160" value="89320384" type="hidden">
                <input name="nr_Nota_1479957_160" id="nr_Nota_1479957_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_530" id="ci_AlunoAvaliacao_1479957_530" value="89918327" type="hidden">
                <input name="nr_Nota_1479957_530" id="nr_Nota_1479957_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_780" id="ci_AlunoAvaliacao_1479957_780" value="88781394" type="hidden">
                <input name="nr_Nota_1479957_780" id="nr_Nota_1479957_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_800" id="ci_AlunoAvaliacao_1479957_800" value="89314030" type="hidden">
                <input name="nr_Nota_1479957_800" id="nr_Nota_1479957_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_890" id="ci_AlunoAvaliacao_1479957_890" value="88784676" type="hidden">
                <input name="nr_Nota_1479957_890" id="nr_Nota_1479957_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_970" id="ci_AlunoAvaliacao_1479957_970" value="88783149" type="hidden">
                <input name="nr_Nota_1479957_970" id="nr_Nota_1479957_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_3330" id="ci_AlunoAvaliacao_1479957_3330" value="89900679" type="hidden">
                <input name="nr_Nota_1479957_3330" id="nr_Nota_1479957_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1130" id="ci_AlunoAvaliacao_1479957_1130" value="89897067" type="hidden">
                <input name="nr_Nota_1479957_1130" id="nr_Nota_1479957_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1140" id="ci_AlunoAvaliacao_1479957_1140" value="89899090" type="hidden">
                <input name="nr_Nota_1479957_1140" id="nr_Nota_1479957_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1200" id="ci_AlunoAvaliacao_1479957_1200" value="89322829" type="hidden">
                <input name="nr_Nota_1479957_1200" id="nr_Nota_1479957_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1620" id="ci_AlunoAvaliacao_1479957_1620" value="89324577" type="hidden">
                <input name="nr_Nota_1479957_1620" id="nr_Nota_1479957_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1730" id="ci_AlunoAvaliacao_1479957_1730" value="89321807" type="hidden">
                <input name="nr_Nota_1479957_1730" id="nr_Nota_1479957_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167624&nbsp;BRUNA DEODATO DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1167624" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167624_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_154" id="ci_AlunoAvaliacao_1167624_154" value="89895467" type="hidden">
                <input name="nr_Nota_1167624_154" id="nr_Nota_1167624_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_160" id="ci_AlunoAvaliacao_1167624_160" value="89320385" type="hidden">
                <input name="nr_Nota_1167624_160" id="nr_Nota_1167624_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_530" id="ci_AlunoAvaliacao_1167624_530" value="89918337" type="hidden">
                <input name="nr_Nota_1167624_530" id="nr_Nota_1167624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_780" id="ci_AlunoAvaliacao_1167624_780" value="88781395" type="hidden">
                <input name="nr_Nota_1167624_780" id="nr_Nota_1167624_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_800" id="ci_AlunoAvaliacao_1167624_800" value="89314031" type="hidden">
                <input name="nr_Nota_1167624_800" id="nr_Nota_1167624_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_890" id="ci_AlunoAvaliacao_1167624_890" value="88784678" type="hidden">
                <input name="nr_Nota_1167624_890" id="nr_Nota_1167624_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_970" id="ci_AlunoAvaliacao_1167624_970" value="88783150" type="hidden">
                <input name="nr_Nota_1167624_970" id="nr_Nota_1167624_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_3330" id="ci_AlunoAvaliacao_1167624_3330" value="89900680" type="hidden">
                <input name="nr_Nota_1167624_3330" id="nr_Nota_1167624_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1130" id="ci_AlunoAvaliacao_1167624_1130" value="89897068" type="hidden">
                <input name="nr_Nota_1167624_1130" id="nr_Nota_1167624_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1140" id="ci_AlunoAvaliacao_1167624_1140" value="89899091" type="hidden">
                <input name="nr_Nota_1167624_1140" id="nr_Nota_1167624_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1200" id="ci_AlunoAvaliacao_1167624_1200" value="89322830" type="hidden">
                <input name="nr_Nota_1167624_1200" id="nr_Nota_1167624_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1620" id="ci_AlunoAvaliacao_1167624_1620" value="89324578" type="hidden">
                <input name="nr_Nota_1167624_1620" id="nr_Nota_1167624_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1730" id="ci_AlunoAvaliacao_1167624_1730" value="89321808" type="hidden">
                <input name="nr_Nota_1167624_1730" id="nr_Nota_1167624_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238054&nbsp;CALOS ALEXANDRE DE SOUSA RODRIGUES
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1238054" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238054_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_154" id="ci_AlunoAvaliacao_1238054_154" value="89895468" type="hidden">
                <input name="nr_Nota_1238054_154" id="nr_Nota_1238054_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_160" id="ci_AlunoAvaliacao_1238054_160" value="89320386" type="hidden">
                <input name="nr_Nota_1238054_160" id="nr_Nota_1238054_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_530" id="ci_AlunoAvaliacao_1238054_530" value="89918338" type="hidden">
                <input name="nr_Nota_1238054_530" id="nr_Nota_1238054_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_780" id="ci_AlunoAvaliacao_1238054_780" value="88781396" type="hidden">
                <input name="nr_Nota_1238054_780" id="nr_Nota_1238054_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_800" id="ci_AlunoAvaliacao_1238054_800" value="89314032" type="hidden">
                <input name="nr_Nota_1238054_800" id="nr_Nota_1238054_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_890" id="ci_AlunoAvaliacao_1238054_890" value="88784680" type="hidden">
                <input name="nr_Nota_1238054_890" id="nr_Nota_1238054_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_970" id="ci_AlunoAvaliacao_1238054_970" value="88783151" type="hidden">
                <input name="nr_Nota_1238054_970" id="nr_Nota_1238054_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_3330" id="ci_AlunoAvaliacao_1238054_3330" value="89900681" type="hidden">
                <input name="nr_Nota_1238054_3330" id="nr_Nota_1238054_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1130" id="ci_AlunoAvaliacao_1238054_1130" value="89897069" type="hidden">
                <input name="nr_Nota_1238054_1130" id="nr_Nota_1238054_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1140" id="ci_AlunoAvaliacao_1238054_1140" value="89899092" type="hidden">
                <input name="nr_Nota_1238054_1140" id="nr_Nota_1238054_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1200" id="ci_AlunoAvaliacao_1238054_1200" value="89322831" type="hidden">
                <input name="nr_Nota_1238054_1200" id="nr_Nota_1238054_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1620" id="ci_AlunoAvaliacao_1238054_1620" value="89324579" type="hidden">
                <input name="nr_Nota_1238054_1620" id="nr_Nota_1238054_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1730" id="ci_AlunoAvaliacao_1238054_1730" value="89321809" type="hidden">
                <input name="nr_Nota_1238054_1730" id="nr_Nota_1238054_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;412557&nbsp;DARLIANY MACIEL BARROS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="412557" type="hidden"></td>
            
            <td id="colunaNotaAluno_412557_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_154" id="ci_AlunoAvaliacao_412557_154" value="89895469" type="hidden">
                <input name="nr_Nota_412557_154" id="nr_Nota_412557_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_160" id="ci_AlunoAvaliacao_412557_160" value="89320387" type="hidden">
                <input name="nr_Nota_412557_160" id="nr_Nota_412557_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_530" id="ci_AlunoAvaliacao_412557_530" value="89918339" type="hidden">
                <input name="nr_Nota_412557_530" id="nr_Nota_412557_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_780" id="ci_AlunoAvaliacao_412557_780" value="88781397" type="hidden">
                <input name="nr_Nota_412557_780" id="nr_Nota_412557_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_800" id="ci_AlunoAvaliacao_412557_800" value="89314033" type="hidden">
                <input name="nr_Nota_412557_800" id="nr_Nota_412557_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_890" id="ci_AlunoAvaliacao_412557_890" value="88784682" type="hidden">
                <input name="nr_Nota_412557_890" id="nr_Nota_412557_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_970" id="ci_AlunoAvaliacao_412557_970" value="88783152" type="hidden">
                <input name="nr_Nota_412557_970" id="nr_Nota_412557_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_3330" id="ci_AlunoAvaliacao_412557_3330" value="89900682" type="hidden">
                <input name="nr_Nota_412557_3330" id="nr_Nota_412557_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1130" id="ci_AlunoAvaliacao_412557_1130" value="89897070" type="hidden">
                <input name="nr_Nota_412557_1130" id="nr_Nota_412557_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1140" id="ci_AlunoAvaliacao_412557_1140" value="89899093" type="hidden">
                <input name="nr_Nota_412557_1140" id="nr_Nota_412557_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1200" id="ci_AlunoAvaliacao_412557_1200" value="89322832" type="hidden">
                <input name="nr_Nota_412557_1200" id="nr_Nota_412557_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1620" id="ci_AlunoAvaliacao_412557_1620" value="89324580" type="hidden">
                <input name="nr_Nota_412557_1620" id="nr_Nota_412557_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1730" id="ci_AlunoAvaliacao_412557_1730" value="89321810" type="hidden">
                <input name="nr_Nota_412557_1730" id="nr_Nota_412557_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;113857&nbsp;ELIVELTON DA SILVA MACEDO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="113857" type="hidden"></td>
            
            <td id="colunaNotaAluno_113857_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_154" id="ci_AlunoAvaliacao_113857_154" value="89895470" type="hidden">
                <input name="nr_Nota_113857_154" id="nr_Nota_113857_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_160" id="ci_AlunoAvaliacao_113857_160" value="89320388" type="hidden">
                <input name="nr_Nota_113857_160" id="nr_Nota_113857_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_530" id="ci_AlunoAvaliacao_113857_530" value="89918340" type="hidden">
                <input name="nr_Nota_113857_530" id="nr_Nota_113857_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_780" id="ci_AlunoAvaliacao_113857_780" value="88781398" type="hidden">
                <input name="nr_Nota_113857_780" id="nr_Nota_113857_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_800" id="ci_AlunoAvaliacao_113857_800" value="89314034" type="hidden">
                <input name="nr_Nota_113857_800" id="nr_Nota_113857_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_890" id="ci_AlunoAvaliacao_113857_890" value="88784684" type="hidden">
                <input name="nr_Nota_113857_890" id="nr_Nota_113857_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_970" id="ci_AlunoAvaliacao_113857_970" value="88783153" type="hidden">
                <input name="nr_Nota_113857_970" id="nr_Nota_113857_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_3330" id="ci_AlunoAvaliacao_113857_3330" value="89900683" type="hidden">
                <input name="nr_Nota_113857_3330" id="nr_Nota_113857_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1130" id="ci_AlunoAvaliacao_113857_1130" value="89897071" type="hidden">
                <input name="nr_Nota_113857_1130" id="nr_Nota_113857_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1140" id="ci_AlunoAvaliacao_113857_1140" value="89899094" type="hidden">
                <input name="nr_Nota_113857_1140" id="nr_Nota_113857_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1200" id="ci_AlunoAvaliacao_113857_1200" value="89322833" type="hidden">
                <input name="nr_Nota_113857_1200" id="nr_Nota_113857_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1620" id="ci_AlunoAvaliacao_113857_1620" value="89324581" type="hidden">
                <input name="nr_Nota_113857_1620" id="nr_Nota_113857_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1730" id="ci_AlunoAvaliacao_113857_1730" value="89321811" type="hidden">
                <input name="nr_Nota_113857_1730" id="nr_Nota_113857_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1069350&nbsp;ELIZABETH DA COSTA FERREIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1069350" type="hidden"></td>
            
            <td id="colunaNotaAluno_1069350_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_154" id="ci_AlunoAvaliacao_1069350_154" value="89895471" type="hidden">
                <input name="nr_Nota_1069350_154" id="nr_Nota_1069350_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_160" id="ci_AlunoAvaliacao_1069350_160" value="89320389" type="hidden">
                <input name="nr_Nota_1069350_160" id="nr_Nota_1069350_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_530" id="ci_AlunoAvaliacao_1069350_530" value="89918341" type="hidden">
                <input name="nr_Nota_1069350_530" id="nr_Nota_1069350_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_780" id="ci_AlunoAvaliacao_1069350_780" value="88781399" type="hidden">
                <input name="nr_Nota_1069350_780" id="nr_Nota_1069350_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_800" id="ci_AlunoAvaliacao_1069350_800" value="89314035" type="hidden">
                <input name="nr_Nota_1069350_800" id="nr_Nota_1069350_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_890" id="ci_AlunoAvaliacao_1069350_890" value="88784685" type="hidden">
                <input name="nr_Nota_1069350_890" id="nr_Nota_1069350_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_970" id="ci_AlunoAvaliacao_1069350_970" value="88783154" type="hidden">
                <input name="nr_Nota_1069350_970" id="nr_Nota_1069350_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_3330" id="ci_AlunoAvaliacao_1069350_3330" value="89900684" type="hidden">
                <input name="nr_Nota_1069350_3330" id="nr_Nota_1069350_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1130" id="ci_AlunoAvaliacao_1069350_1130" value="89897072" type="hidden">
                <input name="nr_Nota_1069350_1130" id="nr_Nota_1069350_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1140" id="ci_AlunoAvaliacao_1069350_1140" value="89899095" type="hidden">
                <input name="nr_Nota_1069350_1140" id="nr_Nota_1069350_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1200" id="ci_AlunoAvaliacao_1069350_1200" value="89322834" type="hidden">
                <input name="nr_Nota_1069350_1200" id="nr_Nota_1069350_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1620" id="ci_AlunoAvaliacao_1069350_1620" value="89324582" type="hidden">
                <input name="nr_Nota_1069350_1620" id="nr_Nota_1069350_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1730" id="ci_AlunoAvaliacao_1069350_1730" value="89321812" type="hidden">
                <input name="nr_Nota_1069350_1730" id="nr_Nota_1069350_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167626&nbsp;ELOYLTON DO NASCIMENTO GOIANA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1167626" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167626_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_154" id="ci_AlunoAvaliacao_1167626_154" value="89895472" type="hidden">
                <input name="nr_Nota_1167626_154" id="nr_Nota_1167626_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_160" id="ci_AlunoAvaliacao_1167626_160" value="89320390" type="hidden">
                <input name="nr_Nota_1167626_160" id="nr_Nota_1167626_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_530" id="ci_AlunoAvaliacao_1167626_530" value="89918342" type="hidden">
                <input name="nr_Nota_1167626_530" id="nr_Nota_1167626_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_780" id="ci_AlunoAvaliacao_1167626_780" value="88781400" type="hidden">
                <input name="nr_Nota_1167626_780" id="nr_Nota_1167626_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_800" id="ci_AlunoAvaliacao_1167626_800" value="89314036" type="hidden">
                <input name="nr_Nota_1167626_800" id="nr_Nota_1167626_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_890" id="ci_AlunoAvaliacao_1167626_890" value="88784690" type="hidden">
                <input name="nr_Nota_1167626_890" id="nr_Nota_1167626_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_970" id="ci_AlunoAvaliacao_1167626_970" value="88783155" type="hidden">
                <input name="nr_Nota_1167626_970" id="nr_Nota_1167626_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_3330" id="ci_AlunoAvaliacao_1167626_3330" value="89900685" type="hidden">
                <input name="nr_Nota_1167626_3330" id="nr_Nota_1167626_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1130" id="ci_AlunoAvaliacao_1167626_1130" value="89897073" type="hidden">
                <input name="nr_Nota_1167626_1130" id="nr_Nota_1167626_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1140" id="ci_AlunoAvaliacao_1167626_1140" value="89899096" type="hidden">
                <input name="nr_Nota_1167626_1140" id="nr_Nota_1167626_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1200" id="ci_AlunoAvaliacao_1167626_1200" value="89322835" type="hidden">
                <input name="nr_Nota_1167626_1200" id="nr_Nota_1167626_1200" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1620" id="ci_AlunoAvaliacao_1167626_1620" value="89324583" type="hidden">
                <input name="nr_Nota_1167626_1620" id="nr_Nota_1167626_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1730" id="ci_AlunoAvaliacao_1167626_1730" value="89321813" type="hidden">
                <input name="nr_Nota_1167626_1730" id="nr_Nota_1167626_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1322595&nbsp;ENOS MEDEIROS REBOUCAS
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1322595" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322595_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_154" id="ci_AlunoAvaliacao_1322595_154" value="89895473" type="hidden">
                <input name="nr_Nota_1322595_154" id="nr_Nota_1322595_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_160" id="ci_AlunoAvaliacao_1322595_160" value="89320391" type="hidden">
                <input name="nr_Nota_1322595_160" id="nr_Nota_1322595_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_530" id="ci_AlunoAvaliacao_1322595_530" value="89918343" type="hidden">
                <input name="nr_Nota_1322595_530" id="nr_Nota_1322595_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_780" id="ci_AlunoAvaliacao_1322595_780" value="88781401" type="hidden">
                <input name="nr_Nota_1322595_780" id="nr_Nota_1322595_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_800" id="ci_AlunoAvaliacao_1322595_800" value="89314037" type="hidden">
                <input name="nr_Nota_1322595_800" id="nr_Nota_1322595_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_890" id="ci_AlunoAvaliacao_1322595_890" value="88784691" type="hidden">
                <input name="nr_Nota_1322595_890" id="nr_Nota_1322595_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_970" id="ci_AlunoAvaliacao_1322595_970" value="88783156" type="hidden">
                <input name="nr_Nota_1322595_970" id="nr_Nota_1322595_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_3330" id="ci_AlunoAvaliacao_1322595_3330" value="89900686" type="hidden">
                <input name="nr_Nota_1322595_3330" id="nr_Nota_1322595_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1130" id="ci_AlunoAvaliacao_1322595_1130" value="89897074" type="hidden">
                <input name="nr_Nota_1322595_1130" id="nr_Nota_1322595_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1140" id="ci_AlunoAvaliacao_1322595_1140" value="89899097" type="hidden">
                <input name="nr_Nota_1322595_1140" id="nr_Nota_1322595_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1200" id="ci_AlunoAvaliacao_1322595_1200" value="89322836" type="hidden">
                <input name="nr_Nota_1322595_1200" id="nr_Nota_1322595_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1620" id="ci_AlunoAvaliacao_1322595_1620" value="89324584" type="hidden">
                <input name="nr_Nota_1322595_1620" id="nr_Nota_1322595_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1730" id="ci_AlunoAvaliacao_1322595_1730" value="89321814" type="hidden">
                <input name="nr_Nota_1322595_1730" id="nr_Nota_1322595_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1281046&nbsp;FRANCISCA VITORIA DOS SANTOS PAULO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1281046" type="hidden"></td>
            
            <td id="colunaNotaAluno_1281046_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_154" id="ci_AlunoAvaliacao_1281046_154" value="89895474" type="hidden">
                <input name="nr_Nota_1281046_154" id="nr_Nota_1281046_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_160" id="ci_AlunoAvaliacao_1281046_160" value="89320392" type="hidden">
                <input name="nr_Nota_1281046_160" id="nr_Nota_1281046_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_530" id="ci_AlunoAvaliacao_1281046_530" value="89918344" type="hidden">
                <input name="nr_Nota_1281046_530" id="nr_Nota_1281046_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_780" id="ci_AlunoAvaliacao_1281046_780" value="88781402" type="hidden">
                <input name="nr_Nota_1281046_780" id="nr_Nota_1281046_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_800" id="ci_AlunoAvaliacao_1281046_800" value="89314038" type="hidden">
                <input name="nr_Nota_1281046_800" id="nr_Nota_1281046_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_890" id="ci_AlunoAvaliacao_1281046_890" value="88784692" type="hidden">
                <input name="nr_Nota_1281046_890" id="nr_Nota_1281046_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_970" id="ci_AlunoAvaliacao_1281046_970" value="88783157" type="hidden">
                <input name="nr_Nota_1281046_970" id="nr_Nota_1281046_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_3330" id="ci_AlunoAvaliacao_1281046_3330" value="89900687" type="hidden">
                <input name="nr_Nota_1281046_3330" id="nr_Nota_1281046_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1130" id="ci_AlunoAvaliacao_1281046_1130" value="89897075" type="hidden">
                <input name="nr_Nota_1281046_1130" id="nr_Nota_1281046_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1140" id="ci_AlunoAvaliacao_1281046_1140" value="89899098" type="hidden">
                <input name="nr_Nota_1281046_1140" id="nr_Nota_1281046_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1200" id="ci_AlunoAvaliacao_1281046_1200" value="89322837" type="hidden">
                <input name="nr_Nota_1281046_1200" id="nr_Nota_1281046_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1620" id="ci_AlunoAvaliacao_1281046_1620" value="89324585" type="hidden">
                <input name="nr_Nota_1281046_1620" id="nr_Nota_1281046_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1730" id="ci_AlunoAvaliacao_1281046_1730" value="89321815" type="hidden">
                <input name="nr_Nota_1281046_1730" id="nr_Nota_1281046_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;814578&nbsp;IARA ROCHA ARAUJO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="814578" type="hidden"></td>
            
            <td id="colunaNotaAluno_814578_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_154" id="ci_AlunoAvaliacao_814578_154" value="89895475" type="hidden">
                <input name="nr_Nota_814578_154" id="nr_Nota_814578_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_160" id="ci_AlunoAvaliacao_814578_160" value="89320393" type="hidden">
                <input name="nr_Nota_814578_160" id="nr_Nota_814578_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_530" id="ci_AlunoAvaliacao_814578_530" value="89918345" type="hidden">
                <input name="nr_Nota_814578_530" id="nr_Nota_814578_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_780" id="ci_AlunoAvaliacao_814578_780" value="88781403" type="hidden">
                <input name="nr_Nota_814578_780" id="nr_Nota_814578_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_800" id="ci_AlunoAvaliacao_814578_800" value="89314039" type="hidden">
                <input name="nr_Nota_814578_800" id="nr_Nota_814578_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_890" id="ci_AlunoAvaliacao_814578_890" value="88784693" type="hidden">
                <input name="nr_Nota_814578_890" id="nr_Nota_814578_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_970" id="ci_AlunoAvaliacao_814578_970" value="88783158" type="hidden">
                <input name="nr_Nota_814578_970" id="nr_Nota_814578_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_3330" id="ci_AlunoAvaliacao_814578_3330" value="89900689" type="hidden">
                <input name="nr_Nota_814578_3330" id="nr_Nota_814578_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1130" id="ci_AlunoAvaliacao_814578_1130" value="89897076" type="hidden">
                <input name="nr_Nota_814578_1130" id="nr_Nota_814578_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1140" id="ci_AlunoAvaliacao_814578_1140" value="89899099" type="hidden">
                <input name="nr_Nota_814578_1140" id="nr_Nota_814578_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1200" id="ci_AlunoAvaliacao_814578_1200" value="89322838" type="hidden">
                <input name="nr_Nota_814578_1200" id="nr_Nota_814578_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1620" id="ci_AlunoAvaliacao_814578_1620" value="89324586" type="hidden">
                <input name="nr_Nota_814578_1620" id="nr_Nota_814578_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1730" id="ci_AlunoAvaliacao_814578_1730" value="89321816" type="hidden">
                <input name="nr_Nota_814578_1730" id="nr_Nota_814578_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;878068&nbsp;ISABELY TELES BARBOSA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="878068" type="hidden"></td>
            
            <td id="colunaNotaAluno_878068_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_154" id="ci_AlunoAvaliacao_878068_154" value="89895476" type="hidden">
                <input name="nr_Nota_878068_154" id="nr_Nota_878068_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_160" id="ci_AlunoAvaliacao_878068_160" value="89320394" type="hidden">
                <input name="nr_Nota_878068_160" id="nr_Nota_878068_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_530" id="ci_AlunoAvaliacao_878068_530" value="89918346" type="hidden">
                <input name="nr_Nota_878068_530" id="nr_Nota_878068_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_780" id="ci_AlunoAvaliacao_878068_780" value="88781404" type="hidden">
                <input name="nr_Nota_878068_780" id="nr_Nota_878068_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_800" id="ci_AlunoAvaliacao_878068_800" value="89314040" type="hidden">
                <input name="nr_Nota_878068_800" id="nr_Nota_878068_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_890" id="ci_AlunoAvaliacao_878068_890" value="88784694" type="hidden">
                <input name="nr_Nota_878068_890" id="nr_Nota_878068_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_970" id="ci_AlunoAvaliacao_878068_970" value="88783159" type="hidden">
                <input name="nr_Nota_878068_970" id="nr_Nota_878068_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_3330" id="ci_AlunoAvaliacao_878068_3330" value="89900690" type="hidden">
                <input name="nr_Nota_878068_3330" id="nr_Nota_878068_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1130" id="ci_AlunoAvaliacao_878068_1130" value="89897077" type="hidden">
                <input name="nr_Nota_878068_1130" id="nr_Nota_878068_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1140" id="ci_AlunoAvaliacao_878068_1140" value="89899100" type="hidden">
                <input name="nr_Nota_878068_1140" id="nr_Nota_878068_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1200" id="ci_AlunoAvaliacao_878068_1200" value="89322839" type="hidden">
                <input name="nr_Nota_878068_1200" id="nr_Nota_878068_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1620" id="ci_AlunoAvaliacao_878068_1620" value="89324587" type="hidden">
                <input name="nr_Nota_878068_1620" id="nr_Nota_878068_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1730" id="ci_AlunoAvaliacao_878068_1730" value="89321817" type="hidden">
                <input name="nr_Nota_878068_1730" id="nr_Nota_878068_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;904765&nbsp;JESSICA DE SOUZA REIS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="904765" type="hidden"></td>
            
            <td id="colunaNotaAluno_904765_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_154" id="ci_AlunoAvaliacao_904765_154" value="89895477" type="hidden">
                <input name="nr_Nota_904765_154" id="nr_Nota_904765_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_160" id="ci_AlunoAvaliacao_904765_160" value="89320395" type="hidden">
                <input name="nr_Nota_904765_160" id="nr_Nota_904765_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_530" id="ci_AlunoAvaliacao_904765_530" value="89918347" type="hidden">
                <input name="nr_Nota_904765_530" id="nr_Nota_904765_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_780" id="ci_AlunoAvaliacao_904765_780" value="88781405" type="hidden">
                <input name="nr_Nota_904765_780" id="nr_Nota_904765_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_800" id="ci_AlunoAvaliacao_904765_800" value="89314041" type="hidden">
                <input name="nr_Nota_904765_800" id="nr_Nota_904765_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_890" id="ci_AlunoAvaliacao_904765_890" value="88784695" type="hidden">
                <input name="nr_Nota_904765_890" id="nr_Nota_904765_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_970" id="ci_AlunoAvaliacao_904765_970" value="88783160" type="hidden">
                <input name="nr_Nota_904765_970" id="nr_Nota_904765_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_3330" id="ci_AlunoAvaliacao_904765_3330" value="89900695" type="hidden">
                <input name="nr_Nota_904765_3330" id="nr_Nota_904765_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1130" id="ci_AlunoAvaliacao_904765_1130" value="89897078" type="hidden">
                <input name="nr_Nota_904765_1130" id="nr_Nota_904765_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1140" id="ci_AlunoAvaliacao_904765_1140" value="89899101" type="hidden">
                <input name="nr_Nota_904765_1140" id="nr_Nota_904765_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1200" id="ci_AlunoAvaliacao_904765_1200" value="89322840" type="hidden">
                <input name="nr_Nota_904765_1200" id="nr_Nota_904765_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1620" id="ci_AlunoAvaliacao_904765_1620" value="89324588" type="hidden">
                <input name="nr_Nota_904765_1620" id="nr_Nota_904765_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1730" id="ci_AlunoAvaliacao_904765_1730" value="89321818" type="hidden">
                <input name="nr_Nota_904765_1730" id="nr_Nota_904765_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;935831&nbsp;JESSYCA KATIELLY ALMEIDA DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="935831" type="hidden"></td>
            
            <td id="colunaNotaAluno_935831_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_154" id="ci_AlunoAvaliacao_935831_154" value="89895478" type="hidden">
                <input name="nr_Nota_935831_154" id="nr_Nota_935831_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_160" id="ci_AlunoAvaliacao_935831_160" value="89320396" type="hidden">
                <input name="nr_Nota_935831_160" id="nr_Nota_935831_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_530" id="ci_AlunoAvaliacao_935831_530" value="89918348" type="hidden">
                <input name="nr_Nota_935831_530" id="nr_Nota_935831_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_780" id="ci_AlunoAvaliacao_935831_780" value="88781406" type="hidden">
                <input name="nr_Nota_935831_780" id="nr_Nota_935831_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_800" id="ci_AlunoAvaliacao_935831_800" value="89314042" type="hidden">
                <input name="nr_Nota_935831_800" id="nr_Nota_935831_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_890" id="ci_AlunoAvaliacao_935831_890" value="88784696" type="hidden">
                <input name="nr_Nota_935831_890" id="nr_Nota_935831_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_970" id="ci_AlunoAvaliacao_935831_970" value="88783161" type="hidden">
                <input name="nr_Nota_935831_970" id="nr_Nota_935831_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_3330" id="ci_AlunoAvaliacao_935831_3330" value="89900697" type="hidden">
                <input name="nr_Nota_935831_3330" id="nr_Nota_935831_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1130" id="ci_AlunoAvaliacao_935831_1130" value="89897079" type="hidden">
                <input name="nr_Nota_935831_1130" id="nr_Nota_935831_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1140" id="ci_AlunoAvaliacao_935831_1140" value="89899102" type="hidden">
                <input name="nr_Nota_935831_1140" id="nr_Nota_935831_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1200" id="ci_AlunoAvaliacao_935831_1200" value="89322841" type="hidden">
                <input name="nr_Nota_935831_1200" id="nr_Nota_935831_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1620" id="ci_AlunoAvaliacao_935831_1620" value="89324589" type="hidden">
                <input name="nr_Nota_935831_1620" id="nr_Nota_935831_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1730" id="ci_AlunoAvaliacao_935831_1730" value="89321819" type="hidden">
                <input name="nr_Nota_935831_1730" id="nr_Nota_935831_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1688028&nbsp;JESSIKA LIMA DE MELO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1688028" type="hidden"></td>
            
            <td id="colunaNotaAluno_1688028_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_154" id="ci_AlunoAvaliacao_1688028_154" value="89895479" type="hidden">
                <input name="nr_Nota_1688028_154" id="nr_Nota_1688028_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_160" id="ci_AlunoAvaliacao_1688028_160" value="89320397" type="hidden">
                <input name="nr_Nota_1688028_160" id="nr_Nota_1688028_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_530" id="ci_AlunoAvaliacao_1688028_530" value="89918349" type="hidden">
                <input name="nr_Nota_1688028_530" id="nr_Nota_1688028_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_780" id="ci_AlunoAvaliacao_1688028_780" value="88781407" type="hidden">
                <input name="nr_Nota_1688028_780" id="nr_Nota_1688028_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_800" id="ci_AlunoAvaliacao_1688028_800" value="89314043" type="hidden">
                <input name="nr_Nota_1688028_800" id="nr_Nota_1688028_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_890" id="ci_AlunoAvaliacao_1688028_890" value="88784697" type="hidden">
                <input name="nr_Nota_1688028_890" id="nr_Nota_1688028_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_970" id="ci_AlunoAvaliacao_1688028_970" value="88783162" type="hidden">
                <input name="nr_Nota_1688028_970" id="nr_Nota_1688028_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_3330" id="ci_AlunoAvaliacao_1688028_3330" value="89900699" type="hidden">
                <input name="nr_Nota_1688028_3330" id="nr_Nota_1688028_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1130" id="ci_AlunoAvaliacao_1688028_1130" value="89897080" type="hidden">
                <input name="nr_Nota_1688028_1130" id="nr_Nota_1688028_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1140" id="ci_AlunoAvaliacao_1688028_1140" value="89899103" type="hidden">
                <input name="nr_Nota_1688028_1140" id="nr_Nota_1688028_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1200" id="ci_AlunoAvaliacao_1688028_1200" value="89322842" type="hidden">
                <input name="nr_Nota_1688028_1200" id="nr_Nota_1688028_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1620" id="ci_AlunoAvaliacao_1688028_1620" value="89324590" type="hidden">
                <input name="nr_Nota_1688028_1620" id="nr_Nota_1688028_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1730" id="ci_AlunoAvaliacao_1688028_1730" value="89321820" type="hidden">
                <input name="nr_Nota_1688028_1730" id="nr_Nota_1688028_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196121&nbsp;JOHN ANDERSON DE LIMA TEOFILO
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1196121" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196121_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_154" id="ci_AlunoAvaliacao_1196121_154" value="89895480" type="hidden">
                <input name="nr_Nota_1196121_154" id="nr_Nota_1196121_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_160" id="ci_AlunoAvaliacao_1196121_160" value="89320399" type="hidden">
                <input name="nr_Nota_1196121_160" id="nr_Nota_1196121_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_530" id="ci_AlunoAvaliacao_1196121_530" value="89918350" type="hidden">
                <input name="nr_Nota_1196121_530" id="nr_Nota_1196121_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_780" id="ci_AlunoAvaliacao_1196121_780" value="88781408" type="hidden">
                <input name="nr_Nota_1196121_780" id="nr_Nota_1196121_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_800" id="ci_AlunoAvaliacao_1196121_800" value="89314044" type="hidden">
                <input name="nr_Nota_1196121_800" id="nr_Nota_1196121_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_890" id="ci_AlunoAvaliacao_1196121_890" value="88784698" type="hidden">
                <input name="nr_Nota_1196121_890" id="nr_Nota_1196121_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_970" id="ci_AlunoAvaliacao_1196121_970" value="88783163" type="hidden">
                <input name="nr_Nota_1196121_970" id="nr_Nota_1196121_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_3330" id="ci_AlunoAvaliacao_1196121_3330" value="89900701" type="hidden">
                <input name="nr_Nota_1196121_3330" id="nr_Nota_1196121_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1130" id="ci_AlunoAvaliacao_1196121_1130" value="89897081" type="hidden">
                <input name="nr_Nota_1196121_1130" id="nr_Nota_1196121_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1140" id="ci_AlunoAvaliacao_1196121_1140" value="89899104" type="hidden">
                <input name="nr_Nota_1196121_1140" id="nr_Nota_1196121_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1200" id="ci_AlunoAvaliacao_1196121_1200" value="89322843" type="hidden">
                <input name="nr_Nota_1196121_1200" id="nr_Nota_1196121_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1620" id="ci_AlunoAvaliacao_1196121_1620" value="89324591" type="hidden">
                <input name="nr_Nota_1196121_1620" id="nr_Nota_1196121_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1730" id="ci_AlunoAvaliacao_1196121_1730" value="89321821" type="hidden">
                <input name="nr_Nota_1196121_1730" id="nr_Nota_1196121_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1767800&nbsp;JONATHAN NATANALL CLARINDO DO NASCIMENTO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1767800" type="hidden"></td>
            
            <td id="colunaNotaAluno_1767800_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_154" id="ci_AlunoAvaliacao_1767800_154" value="89895481" type="hidden">
                <input name="nr_Nota_1767800_154" id="nr_Nota_1767800_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_160" id="ci_AlunoAvaliacao_1767800_160" value="89320402" type="hidden">
                <input name="nr_Nota_1767800_160" id="nr_Nota_1767800_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_530" id="ci_AlunoAvaliacao_1767800_530" value="89918351" type="hidden">
                <input name="nr_Nota_1767800_530" id="nr_Nota_1767800_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_780" id="ci_AlunoAvaliacao_1767800_780" value="88781409" type="hidden">
                <input name="nr_Nota_1767800_780" id="nr_Nota_1767800_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_800" id="ci_AlunoAvaliacao_1767800_800" value="89314045" type="hidden">
                <input name="nr_Nota_1767800_800" id="nr_Nota_1767800_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_890" id="ci_AlunoAvaliacao_1767800_890" value="88784699" type="hidden">
                <input name="nr_Nota_1767800_890" id="nr_Nota_1767800_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_970" id="ci_AlunoAvaliacao_1767800_970" value="88783164" type="hidden">
                <input name="nr_Nota_1767800_970" id="nr_Nota_1767800_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_3330" id="ci_AlunoAvaliacao_1767800_3330" value="89900703" type="hidden">
                <input name="nr_Nota_1767800_3330" id="nr_Nota_1767800_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1130" id="ci_AlunoAvaliacao_1767800_1130" value="89897082" type="hidden">
                <input name="nr_Nota_1767800_1130" id="nr_Nota_1767800_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1140" id="ci_AlunoAvaliacao_1767800_1140" value="89899105" type="hidden">
                <input name="nr_Nota_1767800_1140" id="nr_Nota_1767800_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1200" id="ci_AlunoAvaliacao_1767800_1200" value="89322844" type="hidden">
                <input name="nr_Nota_1767800_1200" id="nr_Nota_1767800_1200" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1620" id="ci_AlunoAvaliacao_1767800_1620" value="89324592" type="hidden">
                <input name="nr_Nota_1767800_1620" id="nr_Nota_1767800_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1730" id="ci_AlunoAvaliacao_1767800_1730" value="89321822" type="hidden">
                <input name="nr_Nota_1767800_1730" id="nr_Nota_1767800_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1449018&nbsp;LAYANA PAULA OLIVEIRA NASCIMENTO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1449018" type="hidden"></td>
            
            <td id="colunaNotaAluno_1449018_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_154" id="ci_AlunoAvaliacao_1449018_154" value="89895482" type="hidden">
                <input name="nr_Nota_1449018_154" id="nr_Nota_1449018_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_160" id="ci_AlunoAvaliacao_1449018_160" value="89320404" type="hidden">
                <input name="nr_Nota_1449018_160" id="nr_Nota_1449018_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_530" id="ci_AlunoAvaliacao_1449018_530" value="89918352" type="hidden">
                <input name="nr_Nota_1449018_530" id="nr_Nota_1449018_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_780" id="ci_AlunoAvaliacao_1449018_780" value="88781410" type="hidden">
                <input name="nr_Nota_1449018_780" id="nr_Nota_1449018_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_800" id="ci_AlunoAvaliacao_1449018_800" value="89314046" type="hidden">
                <input name="nr_Nota_1449018_800" id="nr_Nota_1449018_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_890" id="ci_AlunoAvaliacao_1449018_890" value="88784700" type="hidden">
                <input name="nr_Nota_1449018_890" id="nr_Nota_1449018_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_970" id="ci_AlunoAvaliacao_1449018_970" value="88783165" type="hidden">
                <input name="nr_Nota_1449018_970" id="nr_Nota_1449018_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_3330" id="ci_AlunoAvaliacao_1449018_3330" value="89900705" type="hidden">
                <input name="nr_Nota_1449018_3330" id="nr_Nota_1449018_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1130" id="ci_AlunoAvaliacao_1449018_1130" value="89897083" type="hidden">
                <input name="nr_Nota_1449018_1130" id="nr_Nota_1449018_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1140" id="ci_AlunoAvaliacao_1449018_1140" value="89899106" type="hidden">
                <input name="nr_Nota_1449018_1140" id="nr_Nota_1449018_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1200" id="ci_AlunoAvaliacao_1449018_1200" value="89322846" type="hidden">
                <input name="nr_Nota_1449018_1200" id="nr_Nota_1449018_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1620" id="ci_AlunoAvaliacao_1449018_1620" value="89324593" type="hidden">
                <input name="nr_Nota_1449018_1620" id="nr_Nota_1449018_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1730" id="ci_AlunoAvaliacao_1449018_1730" value="89321823" type="hidden">
                <input name="nr_Nota_1449018_1730" id="nr_Nota_1449018_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;697517&nbsp;LEANDRO MONTEIRO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="697517" type="hidden"></td>
            
            <td id="colunaNotaAluno_697517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_154" id="ci_AlunoAvaliacao_697517_154" value="89895483" type="hidden">
                <input name="nr_Nota_697517_154" id="nr_Nota_697517_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_160" id="ci_AlunoAvaliacao_697517_160" value="89320405" type="hidden">
                <input name="nr_Nota_697517_160" id="nr_Nota_697517_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_530" id="ci_AlunoAvaliacao_697517_530" value="89918353" type="hidden">
                <input name="nr_Nota_697517_530" id="nr_Nota_697517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_780" id="ci_AlunoAvaliacao_697517_780" value="88781411" type="hidden">
                <input name="nr_Nota_697517_780" id="nr_Nota_697517_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_800" id="ci_AlunoAvaliacao_697517_800" value="89314047" type="hidden">
                <input name="nr_Nota_697517_800" id="nr_Nota_697517_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_890" id="ci_AlunoAvaliacao_697517_890" value="88784701" type="hidden">
                <input name="nr_Nota_697517_890" id="nr_Nota_697517_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_970" id="ci_AlunoAvaliacao_697517_970" value="88783166" type="hidden">
                <input name="nr_Nota_697517_970" id="nr_Nota_697517_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_3330" id="ci_AlunoAvaliacao_697517_3330" value="89900707" type="hidden">
                <input name="nr_Nota_697517_3330" id="nr_Nota_697517_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1130" id="ci_AlunoAvaliacao_697517_1130" value="89897084" type="hidden">
                <input name="nr_Nota_697517_1130" id="nr_Nota_697517_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1140" id="ci_AlunoAvaliacao_697517_1140" value="89899107" type="hidden">
                <input name="nr_Nota_697517_1140" id="nr_Nota_697517_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1200" id="ci_AlunoAvaliacao_697517_1200" value="89322848" type="hidden">
                <input name="nr_Nota_697517_1200" id="nr_Nota_697517_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1620" id="ci_AlunoAvaliacao_697517_1620" value="89324594" type="hidden">
                <input name="nr_Nota_697517_1620" id="nr_Nota_697517_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1730" id="ci_AlunoAvaliacao_697517_1730" value="89321824" type="hidden">
                <input name="nr_Nota_697517_1730" id="nr_Nota_697517_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1460730&nbsp;LIVIAN SILVA DE CARVALHO
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1460730" type="hidden"></td>
            
            <td id="colunaNotaAluno_1460730_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_154" id="ci_AlunoAvaliacao_1460730_154" value="97797730" type="hidden">
                <input name="nr_Nota_1460730_154" id="nr_Nota_1460730_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_160" id="ci_AlunoAvaliacao_1460730_160" value="97797731" type="hidden">
                <input name="nr_Nota_1460730_160" id="nr_Nota_1460730_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_530" id="ci_AlunoAvaliacao_1460730_530" value="97797732" type="hidden">
                <input name="nr_Nota_1460730_530" id="nr_Nota_1460730_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_780" id="ci_AlunoAvaliacao_1460730_780" value="97797733" type="hidden">
                <input name="nr_Nota_1460730_780" id="nr_Nota_1460730_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_800" id="ci_AlunoAvaliacao_1460730_800" value="97797734" type="hidden">
                <input name="nr_Nota_1460730_800" id="nr_Nota_1460730_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_890" id="ci_AlunoAvaliacao_1460730_890" value="97797735" type="hidden">
                <input name="nr_Nota_1460730_890" id="nr_Nota_1460730_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_970" id="ci_AlunoAvaliacao_1460730_970" value="97797736" type="hidden">
                <input name="nr_Nota_1460730_970" id="nr_Nota_1460730_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_3330" id="ci_AlunoAvaliacao_1460730_3330" value="97797737" type="hidden">
                <input name="nr_Nota_1460730_3330" id="nr_Nota_1460730_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1130" id="ci_AlunoAvaliacao_1460730_1130" value="90352547" type="hidden">
                <input name="nr_Nota_1460730_1130" id="nr_Nota_1460730_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1140" id="ci_AlunoAvaliacao_1460730_1140" value="97797738" type="hidden">
                <input name="nr_Nota_1460730_1140" id="nr_Nota_1460730_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1200" id="ci_AlunoAvaliacao_1460730_1200" value="97797739" type="hidden">
                <input name="nr_Nota_1460730_1200" id="nr_Nota_1460730_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1620" id="ci_AlunoAvaliacao_1460730_1620" value="97797740" type="hidden">
                <input name="nr_Nota_1460730_1620" id="nr_Nota_1460730_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1730" id="ci_AlunoAvaliacao_1460730_1730" value="97797741" type="hidden">
                <input name="nr_Nota_1460730_1730" id="nr_Nota_1460730_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198021&nbsp;LUCAS CAVALCANTE DE OLIVEIRA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1198021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_154" id="ci_AlunoAvaliacao_1198021_154" value="89895484" type="hidden">
                <input name="nr_Nota_1198021_154" id="nr_Nota_1198021_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_160" id="ci_AlunoAvaliacao_1198021_160" value="89320407" type="hidden">
                <input name="nr_Nota_1198021_160" id="nr_Nota_1198021_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_530" id="ci_AlunoAvaliacao_1198021_530" value="89918354" type="hidden">
                <input name="nr_Nota_1198021_530" id="nr_Nota_1198021_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_780" id="ci_AlunoAvaliacao_1198021_780" value="88781412" type="hidden">
                <input name="nr_Nota_1198021_780" id="nr_Nota_1198021_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_800" id="ci_AlunoAvaliacao_1198021_800" value="89314048" type="hidden">
                <input name="nr_Nota_1198021_800" id="nr_Nota_1198021_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_890" id="ci_AlunoAvaliacao_1198021_890" value="88784702" type="hidden">
                <input name="nr_Nota_1198021_890" id="nr_Nota_1198021_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_970" id="ci_AlunoAvaliacao_1198021_970" value="88783167" type="hidden">
                <input name="nr_Nota_1198021_970" id="nr_Nota_1198021_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_3330" id="ci_AlunoAvaliacao_1198021_3330" value="89900709" type="hidden">
                <input name="nr_Nota_1198021_3330" id="nr_Nota_1198021_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1130" id="ci_AlunoAvaliacao_1198021_1130" value="89897085" type="hidden">
                <input name="nr_Nota_1198021_1130" id="nr_Nota_1198021_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1140" id="ci_AlunoAvaliacao_1198021_1140" value="89899108" type="hidden">
                <input name="nr_Nota_1198021_1140" id="nr_Nota_1198021_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1200" id="ci_AlunoAvaliacao_1198021_1200" value="89322850" type="hidden">
                <input name="nr_Nota_1198021_1200" id="nr_Nota_1198021_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1620" id="ci_AlunoAvaliacao_1198021_1620" value="89324595" type="hidden">
                <input name="nr_Nota_1198021_1620" id="nr_Nota_1198021_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1730" id="ci_AlunoAvaliacao_1198021_1730" value="89321825" type="hidden">
                <input name="nr_Nota_1198021_1730" id="nr_Nota_1198021_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;914867&nbsp;LUIZ FELIPE SOUSA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="914867" type="hidden"></td>
            
            <td id="colunaNotaAluno_914867_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_154" id="ci_AlunoAvaliacao_914867_154" value="89895485" type="hidden">
                <input name="nr_Nota_914867_154" id="nr_Nota_914867_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_160" id="ci_AlunoAvaliacao_914867_160" value="89320410" type="hidden">
                <input name="nr_Nota_914867_160" id="nr_Nota_914867_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_530" id="ci_AlunoAvaliacao_914867_530" value="89918355" type="hidden">
                <input name="nr_Nota_914867_530" id="nr_Nota_914867_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_780" id="ci_AlunoAvaliacao_914867_780" value="88781413" type="hidden">
                <input name="nr_Nota_914867_780" id="nr_Nota_914867_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_800" id="ci_AlunoAvaliacao_914867_800" value="89314049" type="hidden">
                <input name="nr_Nota_914867_800" id="nr_Nota_914867_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_890" id="ci_AlunoAvaliacao_914867_890" value="88784703" type="hidden">
                <input name="nr_Nota_914867_890" id="nr_Nota_914867_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_970" id="ci_AlunoAvaliacao_914867_970" value="88783168" type="hidden">
                <input name="nr_Nota_914867_970" id="nr_Nota_914867_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_3330" id="ci_AlunoAvaliacao_914867_3330" value="89900711" type="hidden">
                <input name="nr_Nota_914867_3330" id="nr_Nota_914867_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1130" id="ci_AlunoAvaliacao_914867_1130" value="89897086" type="hidden">
                <input name="nr_Nota_914867_1130" id="nr_Nota_914867_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1140" id="ci_AlunoAvaliacao_914867_1140" value="89899109" type="hidden">
                <input name="nr_Nota_914867_1140" id="nr_Nota_914867_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1200" id="ci_AlunoAvaliacao_914867_1200" value="89322852" type="hidden">
                <input name="nr_Nota_914867_1200" id="nr_Nota_914867_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1620" id="ci_AlunoAvaliacao_914867_1620" value="89324597" type="hidden">
                <input name="nr_Nota_914867_1620" id="nr_Nota_914867_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1730" id="ci_AlunoAvaliacao_914867_1730" value="89321826" type="hidden">
                <input name="nr_Nota_914867_1730" id="nr_Nota_914867_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;302270&nbsp;MARIA JULIANA DUARTE
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="302270" type="hidden"></td>
            
            <td id="colunaNotaAluno_302270_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_154" id="ci_AlunoAvaliacao_302270_154" value="89895486" type="hidden">
                <input name="nr_Nota_302270_154" id="nr_Nota_302270_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_160" id="ci_AlunoAvaliacao_302270_160" value="89181376" type="hidden">
                <input name="nr_Nota_302270_160" id="nr_Nota_302270_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_530" id="ci_AlunoAvaliacao_302270_530" value="89918356" type="hidden">
                <input name="nr_Nota_302270_530" id="nr_Nota_302270_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_780" id="ci_AlunoAvaliacao_302270_780" value="88781414" type="hidden">
                <input name="nr_Nota_302270_780" id="nr_Nota_302270_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_800" id="ci_AlunoAvaliacao_302270_800" value="89314050" type="hidden">
                <input name="nr_Nota_302270_800" id="nr_Nota_302270_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_890" id="ci_AlunoAvaliacao_302270_890" value="88784704" type="hidden">
                <input name="nr_Nota_302270_890" id="nr_Nota_302270_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_970" id="ci_AlunoAvaliacao_302270_970" value="88783169" type="hidden">
                <input name="nr_Nota_302270_970" id="nr_Nota_302270_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_3330" id="ci_AlunoAvaliacao_302270_3330" value="89900713" type="hidden">
                <input name="nr_Nota_302270_3330" id="nr_Nota_302270_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1130" id="ci_AlunoAvaliacao_302270_1130" value="89897087" type="hidden">
                <input name="nr_Nota_302270_1130" id="nr_Nota_302270_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1140" id="ci_AlunoAvaliacao_302270_1140" value="89899110" type="hidden">
                <input name="nr_Nota_302270_1140" id="nr_Nota_302270_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1200" id="ci_AlunoAvaliacao_302270_1200" value="89322854" type="hidden">
                <input name="nr_Nota_302270_1200" id="nr_Nota_302270_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1620" id="ci_AlunoAvaliacao_302270_1620" value="89324599" type="hidden">
                <input name="nr_Nota_302270_1620" id="nr_Nota_302270_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1730" id="ci_AlunoAvaliacao_302270_1730" value="89321827" type="hidden">
                <input name="nr_Nota_302270_1730" id="nr_Nota_302270_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;897980&nbsp;MICHAEL JONNIE LIMA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="897980" type="hidden"></td>
            
            <td id="colunaNotaAluno_897980_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_154" id="ci_AlunoAvaliacao_897980_154" value="89895487" type="hidden">
                <input name="nr_Nota_897980_154" id="nr_Nota_897980_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_160" id="ci_AlunoAvaliacao_897980_160" value="89320413" type="hidden">
                <input name="nr_Nota_897980_160" id="nr_Nota_897980_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_530" id="ci_AlunoAvaliacao_897980_530" value="89918357" type="hidden">
                <input name="nr_Nota_897980_530" id="nr_Nota_897980_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_780" id="ci_AlunoAvaliacao_897980_780" value="88781415" type="hidden">
                <input name="nr_Nota_897980_780" id="nr_Nota_897980_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_800" id="ci_AlunoAvaliacao_897980_800" value="89314051" type="hidden">
                <input name="nr_Nota_897980_800" id="nr_Nota_897980_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_890" id="ci_AlunoAvaliacao_897980_890" value="88784705" type="hidden">
                <input name="nr_Nota_897980_890" id="nr_Nota_897980_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_970" id="ci_AlunoAvaliacao_897980_970" value="88783170" type="hidden">
                <input name="nr_Nota_897980_970" id="nr_Nota_897980_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_3330" id="ci_AlunoAvaliacao_897980_3330" value="89900716" type="hidden">
                <input name="nr_Nota_897980_3330" id="nr_Nota_897980_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1130" id="ci_AlunoAvaliacao_897980_1130" value="89897088" type="hidden">
                <input name="nr_Nota_897980_1130" id="nr_Nota_897980_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1140" id="ci_AlunoAvaliacao_897980_1140" value="89899111" type="hidden">
                <input name="nr_Nota_897980_1140" id="nr_Nota_897980_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1200" id="ci_AlunoAvaliacao_897980_1200" value="89322857" type="hidden">
                <input name="nr_Nota_897980_1200" id="nr_Nota_897980_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1620" id="ci_AlunoAvaliacao_897980_1620" value="89324601" type="hidden">
                <input name="nr_Nota_897980_1620" id="nr_Nota_897980_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1730" id="ci_AlunoAvaliacao_897980_1730" value="89321828" type="hidden">
                <input name="nr_Nota_897980_1730" id="nr_Nota_897980_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170421&nbsp;MARCIO FRANKLIN DE MORAIS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="170421" type="hidden"></td>
            
            <td id="colunaNotaAluno_170421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_154" id="ci_AlunoAvaliacao_170421_154" value="89895488" type="hidden">
                <input name="nr_Nota_170421_154" id="nr_Nota_170421_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_160" id="ci_AlunoAvaliacao_170421_160" value="89320418" type="hidden">
                <input name="nr_Nota_170421_160" id="nr_Nota_170421_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_530" id="ci_AlunoAvaliacao_170421_530" value="89918358" type="hidden">
                <input name="nr_Nota_170421_530" id="nr_Nota_170421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_780" id="ci_AlunoAvaliacao_170421_780" value="88781416" type="hidden">
                <input name="nr_Nota_170421_780" id="nr_Nota_170421_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_800" id="ci_AlunoAvaliacao_170421_800" value="89314052" type="hidden">
                <input name="nr_Nota_170421_800" id="nr_Nota_170421_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_890" id="ci_AlunoAvaliacao_170421_890" value="88784706" type="hidden">
                <input name="nr_Nota_170421_890" id="nr_Nota_170421_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_970" id="ci_AlunoAvaliacao_170421_970" value="88783171" type="hidden">
                <input name="nr_Nota_170421_970" id="nr_Nota_170421_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_3330" id="ci_AlunoAvaliacao_170421_3330" value="89900719" type="hidden">
                <input name="nr_Nota_170421_3330" id="nr_Nota_170421_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1130" id="ci_AlunoAvaliacao_170421_1130" value="89897089" type="hidden">
                <input name="nr_Nota_170421_1130" id="nr_Nota_170421_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1140" id="ci_AlunoAvaliacao_170421_1140" value="89899112" type="hidden">
                <input name="nr_Nota_170421_1140" id="nr_Nota_170421_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1200" id="ci_AlunoAvaliacao_170421_1200" value="89322859" type="hidden">
                <input name="nr_Nota_170421_1200" id="nr_Nota_170421_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1620" id="ci_AlunoAvaliacao_170421_1620" value="89324602" type="hidden">
                <input name="nr_Nota_170421_1620" id="nr_Nota_170421_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1730" id="ci_AlunoAvaliacao_170421_1730" value="89321829" type="hidden">
                <input name="nr_Nota_170421_1730" id="nr_Nota_170421_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;961361&nbsp;NADIA DA SILVA LOURENCO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="961361" type="hidden"></td>
            
            <td id="colunaNotaAluno_961361_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_154" id="ci_AlunoAvaliacao_961361_154" value="89895489" type="hidden">
                <input name="nr_Nota_961361_154" id="nr_Nota_961361_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_160" id="ci_AlunoAvaliacao_961361_160" value="89320422" type="hidden">
                <input name="nr_Nota_961361_160" id="nr_Nota_961361_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_530" id="ci_AlunoAvaliacao_961361_530" value="89918359" type="hidden">
                <input name="nr_Nota_961361_530" id="nr_Nota_961361_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_780" id="ci_AlunoAvaliacao_961361_780" value="88781417" type="hidden">
                <input name="nr_Nota_961361_780" id="nr_Nota_961361_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_800" id="ci_AlunoAvaliacao_961361_800" value="89314053" type="hidden">
                <input name="nr_Nota_961361_800" id="nr_Nota_961361_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_890" id="ci_AlunoAvaliacao_961361_890" value="88784707" type="hidden">
                <input name="nr_Nota_961361_890" id="nr_Nota_961361_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_970" id="ci_AlunoAvaliacao_961361_970" value="88783172" type="hidden">
                <input name="nr_Nota_961361_970" id="nr_Nota_961361_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_3330" id="ci_AlunoAvaliacao_961361_3330" value="89900721" type="hidden">
                <input name="nr_Nota_961361_3330" id="nr_Nota_961361_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1130" id="ci_AlunoAvaliacao_961361_1130" value="89897090" type="hidden">
                <input name="nr_Nota_961361_1130" id="nr_Nota_961361_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1140" id="ci_AlunoAvaliacao_961361_1140" value="89899113" type="hidden">
                <input name="nr_Nota_961361_1140" id="nr_Nota_961361_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1200" id="ci_AlunoAvaliacao_961361_1200" value="89322860" type="hidden">
                <input name="nr_Nota_961361_1200" id="nr_Nota_961361_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1620" id="ci_AlunoAvaliacao_961361_1620" value="89324603" type="hidden">
                <input name="nr_Nota_961361_1620" id="nr_Nota_961361_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1730" id="ci_AlunoAvaliacao_961361_1730" value="89321830" type="hidden">
                <input name="nr_Nota_961361_1730" id="nr_Nota_961361_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1479080&nbsp;PEDRO HENRIQUE NOBRE NORONHA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1479080" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479080_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_154" id="ci_AlunoAvaliacao_1479080_154" value="89895490" type="hidden">
                <input name="nr_Nota_1479080_154" id="nr_Nota_1479080_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_160" id="ci_AlunoAvaliacao_1479080_160" value="89320428" type="hidden">
                <input name="nr_Nota_1479080_160" id="nr_Nota_1479080_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_530" id="ci_AlunoAvaliacao_1479080_530" value="89918360" type="hidden">
                <input name="nr_Nota_1479080_530" id="nr_Nota_1479080_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_780" id="ci_AlunoAvaliacao_1479080_780" value="88781418" type="hidden">
                <input name="nr_Nota_1479080_780" id="nr_Nota_1479080_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_800" id="ci_AlunoAvaliacao_1479080_800" value="89314054" type="hidden">
                <input name="nr_Nota_1479080_800" id="nr_Nota_1479080_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_890" id="ci_AlunoAvaliacao_1479080_890" value="88784708" type="hidden">
                <input name="nr_Nota_1479080_890" id="nr_Nota_1479080_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_970" id="ci_AlunoAvaliacao_1479080_970" value="88783173" type="hidden">
                <input name="nr_Nota_1479080_970" id="nr_Nota_1479080_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_3330" id="ci_AlunoAvaliacao_1479080_3330" value="89900724" type="hidden">
                <input name="nr_Nota_1479080_3330" id="nr_Nota_1479080_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1130" id="ci_AlunoAvaliacao_1479080_1130" value="89897091" type="hidden">
                <input name="nr_Nota_1479080_1130" id="nr_Nota_1479080_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1140" id="ci_AlunoAvaliacao_1479080_1140" value="89899114" type="hidden">
                <input name="nr_Nota_1479080_1140" id="nr_Nota_1479080_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1200" id="ci_AlunoAvaliacao_1479080_1200" value="89322861" type="hidden">
                <input name="nr_Nota_1479080_1200" id="nr_Nota_1479080_1200" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1620" id="ci_AlunoAvaliacao_1479080_1620" value="89324604" type="hidden">
                <input name="nr_Nota_1479080_1620" id="nr_Nota_1479080_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1730" id="ci_AlunoAvaliacao_1479080_1730" value="89321831" type="hidden">
                <input name="nr_Nota_1479080_1730" id="nr_Nota_1479080_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;823125&nbsp;RAILTON DE ARAUJO VIDAL
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="823125" type="hidden"></td>
            
            <td id="colunaNotaAluno_823125_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_154" id="ci_AlunoAvaliacao_823125_154" value="89895491" type="hidden">
                <input name="nr_Nota_823125_154" id="nr_Nota_823125_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_160" id="ci_AlunoAvaliacao_823125_160" value="89320430" type="hidden">
                <input name="nr_Nota_823125_160" id="nr_Nota_823125_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_530" id="ci_AlunoAvaliacao_823125_530" value="89918361" type="hidden">
                <input name="nr_Nota_823125_530" id="nr_Nota_823125_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_780" id="ci_AlunoAvaliacao_823125_780" value="88781419" type="hidden">
                <input name="nr_Nota_823125_780" id="nr_Nota_823125_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_800" id="ci_AlunoAvaliacao_823125_800" value="89314055" type="hidden">
                <input name="nr_Nota_823125_800" id="nr_Nota_823125_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_890" id="ci_AlunoAvaliacao_823125_890" value="88784709" type="hidden">
                <input name="nr_Nota_823125_890" id="nr_Nota_823125_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_970" id="ci_AlunoAvaliacao_823125_970" value="88783174" type="hidden">
                <input name="nr_Nota_823125_970" id="nr_Nota_823125_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_3330" id="ci_AlunoAvaliacao_823125_3330" value="89900726" type="hidden">
                <input name="nr_Nota_823125_3330" id="nr_Nota_823125_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1130" id="ci_AlunoAvaliacao_823125_1130" value="89897092" type="hidden">
                <input name="nr_Nota_823125_1130" id="nr_Nota_823125_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1140" id="ci_AlunoAvaliacao_823125_1140" value="89899115" type="hidden">
                <input name="nr_Nota_823125_1140" id="nr_Nota_823125_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1200" id="ci_AlunoAvaliacao_823125_1200" value="89322862" type="hidden">
                <input name="nr_Nota_823125_1200" id="nr_Nota_823125_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1620" id="ci_AlunoAvaliacao_823125_1620" value="89324606" type="hidden">
                <input name="nr_Nota_823125_1620" id="nr_Nota_823125_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1730" id="ci_AlunoAvaliacao_823125_1730" value="89321832" type="hidden">
                <input name="nr_Nota_823125_1730" id="nr_Nota_823125_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1231525&nbsp;RANNA KERCIA MELO DE ARAUJO LIMA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1231525" type="hidden"></td>
            
            <td id="colunaNotaAluno_1231525_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_154" id="ci_AlunoAvaliacao_1231525_154" value="89895492" type="hidden">
                <input name="nr_Nota_1231525_154" id="nr_Nota_1231525_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_160" id="ci_AlunoAvaliacao_1231525_160" value="89320432" type="hidden">
                <input name="nr_Nota_1231525_160" id="nr_Nota_1231525_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_530" id="ci_AlunoAvaliacao_1231525_530" value="89918362" type="hidden">
                <input name="nr_Nota_1231525_530" id="nr_Nota_1231525_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_780" id="ci_AlunoAvaliacao_1231525_780" value="88781420" type="hidden">
                <input name="nr_Nota_1231525_780" id="nr_Nota_1231525_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_800" id="ci_AlunoAvaliacao_1231525_800" value="89314056" type="hidden">
                <input name="nr_Nota_1231525_800" id="nr_Nota_1231525_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_890" id="ci_AlunoAvaliacao_1231525_890" value="88784711" type="hidden">
                <input name="nr_Nota_1231525_890" id="nr_Nota_1231525_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_970" id="ci_AlunoAvaliacao_1231525_970" value="88783175" type="hidden">
                <input name="nr_Nota_1231525_970" id="nr_Nota_1231525_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_3330" id="ci_AlunoAvaliacao_1231525_3330" value="89900728" type="hidden">
                <input name="nr_Nota_1231525_3330" id="nr_Nota_1231525_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1130" id="ci_AlunoAvaliacao_1231525_1130" value="89897093" type="hidden">
                <input name="nr_Nota_1231525_1130" id="nr_Nota_1231525_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1140" id="ci_AlunoAvaliacao_1231525_1140" value="89899116" type="hidden">
                <input name="nr_Nota_1231525_1140" id="nr_Nota_1231525_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1200" id="ci_AlunoAvaliacao_1231525_1200" value="89322863" type="hidden">
                <input name="nr_Nota_1231525_1200" id="nr_Nota_1231525_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1620" id="ci_AlunoAvaliacao_1231525_1620" value="89324608" type="hidden">
                <input name="nr_Nota_1231525_1620" id="nr_Nota_1231525_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1730" id="ci_AlunoAvaliacao_1231525_1730" value="89321833" type="hidden">
                <input name="nr_Nota_1231525_1730" id="nr_Nota_1231525_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;484590&nbsp;SULYANE DE ALMEIDA CAVALCANTE
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="484590" type="hidden"></td>
            
            <td id="colunaNotaAluno_484590_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_154" id="ci_AlunoAvaliacao_484590_154" value="89895493" type="hidden">
                <input name="nr_Nota_484590_154" id="nr_Nota_484590_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_160" id="ci_AlunoAvaliacao_484590_160" value="89320437" type="hidden">
                <input name="nr_Nota_484590_160" id="nr_Nota_484590_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_530" id="ci_AlunoAvaliacao_484590_530" value="89918363" type="hidden">
                <input name="nr_Nota_484590_530" id="nr_Nota_484590_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_780" id="ci_AlunoAvaliacao_484590_780" value="88781421" type="hidden">
                <input name="nr_Nota_484590_780" id="nr_Nota_484590_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_800" id="ci_AlunoAvaliacao_484590_800" value="89314057" type="hidden">
                <input name="nr_Nota_484590_800" id="nr_Nota_484590_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_890" id="ci_AlunoAvaliacao_484590_890" value="88784715" type="hidden">
                <input name="nr_Nota_484590_890" id="nr_Nota_484590_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_970" id="ci_AlunoAvaliacao_484590_970" value="88783176" type="hidden">
                <input name="nr_Nota_484590_970" id="nr_Nota_484590_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_3330" id="ci_AlunoAvaliacao_484590_3330" value="89900730" type="hidden">
                <input name="nr_Nota_484590_3330" id="nr_Nota_484590_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1130" id="ci_AlunoAvaliacao_484590_1130" value="89897094" type="hidden">
                <input name="nr_Nota_484590_1130" id="nr_Nota_484590_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1140" id="ci_AlunoAvaliacao_484590_1140" value="89899117" type="hidden">
                <input name="nr_Nota_484590_1140" id="nr_Nota_484590_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1200" id="ci_AlunoAvaliacao_484590_1200" value="89322864" type="hidden">
                <input name="nr_Nota_484590_1200" id="nr_Nota_484590_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1620" id="ci_AlunoAvaliacao_484590_1620" value="89324610" type="hidden">
                <input name="nr_Nota_484590_1620" id="nr_Nota_484590_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1730" id="ci_AlunoAvaliacao_484590_1730" value="89321834" type="hidden">
                <input name="nr_Nota_484590_1730" id="nr_Nota_484590_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;60766&nbsp;VALDILANIA VIEIRA RODRIGUES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="60766" type="hidden"></td>
            
            <td id="colunaNotaAluno_60766_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_154" id="ci_AlunoAvaliacao_60766_154" value="89895494" type="hidden">
                <input name="nr_Nota_60766_154" id="nr_Nota_60766_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_160" id="ci_AlunoAvaliacao_60766_160" value="89320439" type="hidden">
                <input name="nr_Nota_60766_160" id="nr_Nota_60766_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_530" id="ci_AlunoAvaliacao_60766_530" value="89918364" type="hidden">
                <input name="nr_Nota_60766_530" id="nr_Nota_60766_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_780" id="ci_AlunoAvaliacao_60766_780" value="88781422" type="hidden">
                <input name="nr_Nota_60766_780" id="nr_Nota_60766_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_800" id="ci_AlunoAvaliacao_60766_800" value="89314058" type="hidden">
                <input name="nr_Nota_60766_800" id="nr_Nota_60766_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_890" id="ci_AlunoAvaliacao_60766_890" value="88784716" type="hidden">
                <input name="nr_Nota_60766_890" id="nr_Nota_60766_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_970" id="ci_AlunoAvaliacao_60766_970" value="88783177" type="hidden">
                <input name="nr_Nota_60766_970" id="nr_Nota_60766_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_3330" id="ci_AlunoAvaliacao_60766_3330" value="89900732" type="hidden">
                <input name="nr_Nota_60766_3330" id="nr_Nota_60766_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1130" id="ci_AlunoAvaliacao_60766_1130" value="89897095" type="hidden">
                <input name="nr_Nota_60766_1130" id="nr_Nota_60766_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1140" id="ci_AlunoAvaliacao_60766_1140" value="89899118" type="hidden">
                <input name="nr_Nota_60766_1140" id="nr_Nota_60766_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1200" id="ci_AlunoAvaliacao_60766_1200" value="89322865" type="hidden">
                <input name="nr_Nota_60766_1200" id="nr_Nota_60766_1200" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1620" id="ci_AlunoAvaliacao_60766_1620" value="89324612" type="hidden">
                <input name="nr_Nota_60766_1620" id="nr_Nota_60766_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1730" id="ci_AlunoAvaliacao_60766_1730" value="89321835" type="hidden">
                <input name="nr_Nota_60766_1730" id="nr_Nota_60766_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1189959&nbsp;VINICIUS MATHEUS DE SOUA FERREIRA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1189959" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189959_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_154" id="ci_AlunoAvaliacao_1189959_154" value="89895495" type="hidden">
                <input name="nr_Nota_1189959_154" id="nr_Nota_1189959_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_160" id="ci_AlunoAvaliacao_1189959_160" value="89320440" type="hidden">
                <input name="nr_Nota_1189959_160" id="nr_Nota_1189959_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_530" id="ci_AlunoAvaliacao_1189959_530" value="89918365" type="hidden">
                <input name="nr_Nota_1189959_530" id="nr_Nota_1189959_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_780" id="ci_AlunoAvaliacao_1189959_780" value="88781423" type="hidden">
                <input name="nr_Nota_1189959_780" id="nr_Nota_1189959_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_800" id="ci_AlunoAvaliacao_1189959_800" value="89314059" type="hidden">
                <input name="nr_Nota_1189959_800" id="nr_Nota_1189959_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_890" id="ci_AlunoAvaliacao_1189959_890" value="88784717" type="hidden">
                <input name="nr_Nota_1189959_890" id="nr_Nota_1189959_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_970" id="ci_AlunoAvaliacao_1189959_970" value="88783178" type="hidden">
                <input name="nr_Nota_1189959_970" id="nr_Nota_1189959_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_3330" id="ci_AlunoAvaliacao_1189959_3330" value="89900733" type="hidden">
                <input name="nr_Nota_1189959_3330" id="nr_Nota_1189959_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1130" id="ci_AlunoAvaliacao_1189959_1130" value="89897096" type="hidden">
                <input name="nr_Nota_1189959_1130" id="nr_Nota_1189959_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1140" id="ci_AlunoAvaliacao_1189959_1140" value="89899119" type="hidden">
                <input name="nr_Nota_1189959_1140" id="nr_Nota_1189959_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1200" id="ci_AlunoAvaliacao_1189959_1200" value="89322866" type="hidden">
                <input name="nr_Nota_1189959_1200" id="nr_Nota_1189959_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1620" id="ci_AlunoAvaliacao_1189959_1620" value="89324614" type="hidden">
                <input name="nr_Nota_1189959_1620" id="nr_Nota_1189959_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1730" id="ci_AlunoAvaliacao_1189959_1730" value="89321836" type="hidden">
                <input name="nr_Nota_1189959_1730" id="nr_Nota_1189959_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;193747&nbsp;VIVIANE KEZIA ALVES DAMASCENO
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="193747" type="hidden"></td>
            
            <td id="colunaNotaAluno_193747_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_154" id="ci_AlunoAvaliacao_193747_154" value="89895496" type="hidden">
                <input name="nr_Nota_193747_154" id="nr_Nota_193747_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_160" id="ci_AlunoAvaliacao_193747_160" value="89320441" type="hidden">
                <input name="nr_Nota_193747_160" id="nr_Nota_193747_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_530" id="ci_AlunoAvaliacao_193747_530" value="89918366" type="hidden">
                <input name="nr_Nota_193747_530" id="nr_Nota_193747_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_780" id="ci_AlunoAvaliacao_193747_780" value="88781424" type="hidden">
                <input name="nr_Nota_193747_780" id="nr_Nota_193747_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_800" id="ci_AlunoAvaliacao_193747_800" value="89314060" type="hidden">
                <input name="nr_Nota_193747_800" id="nr_Nota_193747_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_890" id="ci_AlunoAvaliacao_193747_890" value="88784718" type="hidden">
                <input name="nr_Nota_193747_890" id="nr_Nota_193747_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_970" id="ci_AlunoAvaliacao_193747_970" value="88783179" type="hidden">
                <input name="nr_Nota_193747_970" id="nr_Nota_193747_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_3330" id="ci_AlunoAvaliacao_193747_3330" value="89900736" type="hidden">
                <input name="nr_Nota_193747_3330" id="nr_Nota_193747_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1130" id="ci_AlunoAvaliacao_193747_1130" value="89897097" type="hidden">
                <input name="nr_Nota_193747_1130" id="nr_Nota_193747_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1140" id="ci_AlunoAvaliacao_193747_1140" value="89899120" type="hidden">
                <input name="nr_Nota_193747_1140" id="nr_Nota_193747_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1200" id="ci_AlunoAvaliacao_193747_1200" value="89322867" type="hidden">
                <input name="nr_Nota_193747_1200" id="nr_Nota_193747_1200" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1620" id="ci_AlunoAvaliacao_193747_1620" value="89324616" type="hidden">
                <input name="nr_Nota_193747_1620" id="nr_Nota_193747_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1730" id="ci_AlunoAvaliacao_193747_1730" value="89321837" type="hidden">
                <input name="nr_Nota_193747_1730" id="nr_Nota_193747_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202092&nbsp;WERBSON YURI SILVA LUZ
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1202092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_154" id="ci_AlunoAvaliacao_1202092_154" value="89895497" type="hidden">
                <input name="nr_Nota_1202092_154" id="nr_Nota_1202092_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_160" id="ci_AlunoAvaliacao_1202092_160" value="89320442" type="hidden">
                <input name="nr_Nota_1202092_160" id="nr_Nota_1202092_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_530" id="ci_AlunoAvaliacao_1202092_530" value="89918367" type="hidden">
                <input name="nr_Nota_1202092_530" id="nr_Nota_1202092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_780" id="ci_AlunoAvaliacao_1202092_780" value="88781425" type="hidden">
                <input name="nr_Nota_1202092_780" id="nr_Nota_1202092_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_800" id="ci_AlunoAvaliacao_1202092_800" value="89314061" type="hidden">
                <input name="nr_Nota_1202092_800" id="nr_Nota_1202092_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_890" id="ci_AlunoAvaliacao_1202092_890" value="88784719" type="hidden">
                <input name="nr_Nota_1202092_890" id="nr_Nota_1202092_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_970" id="ci_AlunoAvaliacao_1202092_970" value="88783180" type="hidden">
                <input name="nr_Nota_1202092_970" id="nr_Nota_1202092_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_3330" id="ci_AlunoAvaliacao_1202092_3330" value="89900737" type="hidden">
                <input name="nr_Nota_1202092_3330" id="nr_Nota_1202092_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1130" id="ci_AlunoAvaliacao_1202092_1130" value="89897098" type="hidden">
                <input name="nr_Nota_1202092_1130" id="nr_Nota_1202092_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1140" id="ci_AlunoAvaliacao_1202092_1140" value="89899121" type="hidden">
                <input name="nr_Nota_1202092_1140" id="nr_Nota_1202092_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1200" id="ci_AlunoAvaliacao_1202092_1200" value="89322868" type="hidden">
                <input name="nr_Nota_1202092_1200" id="nr_Nota_1202092_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1620" id="ci_AlunoAvaliacao_1202092_1620" value="89324619" type="hidden">
                <input name="nr_Nota_1202092_1620" id="nr_Nota_1202092_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1730" id="ci_AlunoAvaliacao_1202092_1730" value="89321838" type="hidden">
                <input name="nr_Nota_1202092_1730" id="nr_Nota_1202092_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;461708&nbsp;WESLEY EVARISTO MENEZES PAZ
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="461708" type="hidden"></td>
            
            <td id="colunaNotaAluno_461708_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_154" id="ci_AlunoAvaliacao_461708_154" value="89895498" type="hidden">
                <input name="nr_Nota_461708_154" id="nr_Nota_461708_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_160" id="ci_AlunoAvaliacao_461708_160" value="89320443" type="hidden">
                <input name="nr_Nota_461708_160" id="nr_Nota_461708_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_530" id="ci_AlunoAvaliacao_461708_530" value="89918368" type="hidden">
                <input name="nr_Nota_461708_530" id="nr_Nota_461708_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_780" id="ci_AlunoAvaliacao_461708_780" value="88781426" type="hidden">
                <input name="nr_Nota_461708_780" id="nr_Nota_461708_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_800" id="ci_AlunoAvaliacao_461708_800" value="89314062" type="hidden">
                <input name="nr_Nota_461708_800" id="nr_Nota_461708_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_890" id="ci_AlunoAvaliacao_461708_890" value="88784720" type="hidden">
                <input name="nr_Nota_461708_890" id="nr_Nota_461708_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_970" id="ci_AlunoAvaliacao_461708_970" value="88783181" type="hidden">
                <input name="nr_Nota_461708_970" id="nr_Nota_461708_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_3330" id="ci_AlunoAvaliacao_461708_3330" value="89900738" type="hidden">
                <input name="nr_Nota_461708_3330" id="nr_Nota_461708_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1130" id="ci_AlunoAvaliacao_461708_1130" value="89897099" type="hidden">
                <input name="nr_Nota_461708_1130" id="nr_Nota_461708_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1140" id="ci_AlunoAvaliacao_461708_1140" value="89899122" type="hidden">
                <input name="nr_Nota_461708_1140" id="nr_Nota_461708_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1200" id="ci_AlunoAvaliacao_461708_1200" value="89322869" type="hidden">
                <input name="nr_Nota_461708_1200" id="nr_Nota_461708_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1620" id="ci_AlunoAvaliacao_461708_1620" value="89324620" type="hidden">
                <input name="nr_Nota_461708_1620" id="nr_Nota_461708_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1730" id="ci_AlunoAvaliacao_461708_1730" value="89321839" type="hidden">
                <input name="nr_Nota_461708_1730" id="nr_Nota_461708_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 335px; left: 839px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">ANTONIA INGRID RAYALE LIMA ROCHA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>